This is a plugin that makes a dinosaur run across your screen.
Click here to activate the Raptorize plugin.
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script>!window.jQuery && document.write('<script src="jquery-1.4.1.min.js"></script>')</script>
<!-- The raptorize file -->
<script src="jquery.raptorize.1.0.js"></script>
<!-- For the button version -->
<script type="text/javascript">
$(window).load(function() {
$('.button').raptorize();
});
</script>